func golang.org/x/tools/internal/gocommand.runCmdContext

2 uses

	golang.org/x/tools/internal/gocommand (current package)
		invoke.go#L282: 	return runCmdContext(ctx, cmd)
		invoke.go#L293: func runCmdContext(ctx context.Context, cmd *exec.Cmd) (err error) {